projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2640d52
)
* make-dist: Keep necessary restrictions on file access.
author
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 1 May 2013 19:28:41 +0000
(12:28 -0700)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Wed, 1 May 2013 19:28:41 +0000
(12:28 -0700)
ChangeLog
patch
|
blob
|
history
make-dist
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 29433c8f1328ab3d47389684e006451abc67acd9..bdbeddae07b33df3e038397f8a1badc30ec77798 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,3
+1,7
@@
+2013-05-01 Paul Eggert <eggert@cs.ucla.edu>
+
+ * make-dist: Keep necessary restrictions on file access.
+
2013-04-29 Paul Eggert <eggert@cs.ucla.edu>
Merge from gnulib, incorporating:
diff --git
a/make-dist
b/make-dist
index e1e62c895c7eccc90eeecf29f8ff40c6600922c2..b82a3cba9d280431ed0c276a7a10690ba9011b75 100755
(executable)
--- a/
make-dist
+++ b/
make-dist
@@
-42,8
+42,8
@@
LC_MESSAGES=
LANG=
export LANGUAGE LC_ALL LC_MESSAGES LANG
-##
Don't restrict access to any file
s.
-umask 0
+##
Remove unnecessary restrictions on file acces
s.
+umask 0
22
update=yes
check=yes